🛠️ All DevTools

Showing 441–460 of 4295 tools

Last Updated
April 23, 2026 at 08:00 PM

[Other] NumKong: 2'000 Mixed Precision Kernels for All

Found: March 20, 2026 ID: 3854

[Other] The way CTRL-C in Postgres CLI cancels queries is incredibly hack-y

Found: March 20, 2026 ID: 3871

[CLI Tool] Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

Found: March 20, 2026 ID: 3846

[Other] Android developer verification: Balancing openness and choice with safety

Found: March 19, 2026 ID: 3841

[Other] From Oscilloscope to Wireshark: A UDP Story (2022)

Found: March 19, 2026 ID: 3844

[Other] NanoGPT Slowrun: 10x Data Efficiency with Infinite Compute

Found: March 19, 2026 ID: 3843

[Other] Show HN: Oku – One tab to filter out noise from feeds and content sources Hey everyone,<p>For a while now I&#x27;ve been frustrated with how I was &#x27;experiencing&#x27; the internet. From opening articles and getting bombarded with popups, banners and ads to opening feeds and seeing so much AI spam and algorithm-based content I was not interested in. If you add tab hopping to that, you get how it all becomes a confusing and not-so productive experience.<p>Oku.io is my solution to this problem. It&#x27;s a tool that allows you to create organized, clean boards with the feeds and content you&#x27;re interested in (HN Show&#x2F;Front&#x2F;Ask, ProductHunt, Reddit, RSS, and a lot more), and see them either in a grid to monitor all at once, in a focus view where you visualize one panel at a time, or in a daily&#x2F;weekly email digest that extracts the top content from each panel.<p>I&#x27;ve been actively using it and I&#x27;m happy with how it turned out. I find myself scrolling and switching tabs way less, and I feel like I&#x27;m not missing anything important anymore. Both for my work-related stuff and for my personal interests.<p>If you check it out, I&#x27;d love to hear your feedback. I&#x27;m very keen on continuing to improve it.

Found: March 19, 2026 ID: 3891

[Other] Google details new 24-hour process to sideload unverified Android apps <a href="https:&#x2F;&#x2F;android-developers.googleblog.com&#x2F;2026&#x2F;03&#x2F;android-developer-verification.html" rel="nofollow">https:&#x2F;&#x2F;android-developers.googleblog.com&#x2F;2026&#x2F;03&#x2F;android-de...</a>

Found: March 19, 2026 ID: 3833

[Other] Vectorization of Verilog Designs and its Effects on Verification and Synthesis

Found: March 19, 2026 ID: 3869

[Other] Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

Found: March 19, 2026 ID: 3832

[Other] macOS 26 breaks custom DNS settings including .internal One of those &#x27;woke up to MacOS updates&#x27; and finding none of my dockers are reachable via dnsmasq (which I use), and low and behold, an update silently breaks custom dns resolution. Hopefully Apple will listen to the bug report I&#x27;ve made. Hold off on updating if you use this…

Found: March 19, 2026 ID: 3834

[API/SDK] Hyper-optimized reverse geocoding API

Found: March 19, 2026 ID: 3836

[Other] No-build, no-NPM, SSR-first JavaScript framework if you hate React, love HTML

Found: March 19, 2026 ID: 3895

[Other] I turned Markdown into a protocol for generative UI There&#x27;s a lot of work happening around both generative UI and code execution for AI agents. I kept wondering: how do you bring them together into a fully featured architecture? I built a prototype:<p>- Markdown as protocol — one stream carrying text, executable code, and data<p>- Streaming execution — code fences execute statement by statement as they stream in<p>- A mount() primitive — the agent creates React UIs with full data flow between client, server, and LLM<p>Let me know what you think!

Found: March 19, 2026 ID: 3835

[CLI Tool] Show HN: Agentic Copilot – Bring Claude Code, OpenCode, Gemini CLI into Obsidian Obsidian plugin that connects to CLI agents you already have installed. No built-in LLM integration, no API keys to configure in the plugin. It spawns your tool as a child process, pipes vault context into each prompt, and streams responses into a chat panel.<p>Supports Claude Code, Opencode, and any custom binary via a generic adapter. Adding a new agent is a single file. Free, proudly Open Source (MIT licensed).<p>Would love feedback on this for anyone that that tries it out.

Found: March 19, 2026 ID: 3840

[Other] A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.

Found: March 19, 2026 ID: 3829

mobile-dev-inc/Maestro

GitHub Trending

[Testing] Painless E2E Automation for Mobile and Web

Found: March 19, 2026 ID: 3828

[Other] Show HN: Ripl – A unified 2D/3D engine for Canvas, SVG, WebGPU, and the Terminal After several years, with a small hiatus in the middle, I&#x27;ve finally got Ripl to the point of being published. Ripl is a library for rendering 2D and 3D shapes to any context (canvas, SVG, WebGPU, and Terminal supported by default) using a single API. The library mimics the DOM as much as possible, replicating the event system, object graphing, CSS-like querying, gradients, and keyframe animations etc.<p>I also built a complete data visualization library using the core package which is available as @ripl&#x2F;charts. And yes, you can even render the charts to a terminal with about a 2-3 line code change :) (see the terminal demo)<p>Docs are available here: <a href="https:&#x2F;&#x2F;www.ripl.rocks" rel="nofollow">https:&#x2F;&#x2F;www.ripl.rocks</a> Demos are available here: <a href="https:&#x2F;&#x2F;www.ripl.rocks&#x2F;demos" rel="nofollow">https:&#x2F;&#x2F;www.ripl.rocks&#x2F;demos</a> Charts are avialable here: <a href="https:&#x2F;&#x2F;www.ripl.rocks&#x2F;docs&#x2F;charts" rel="nofollow">https:&#x2F;&#x2F;www.ripl.rocks&#x2F;docs&#x2F;charts</a><p>I&#x27;ve also built an interactive playground you can use to play around with it in realtime without having to install it from NPM etc. The playground is available here: <a href="https:&#x2F;&#x2F;www.ripl.rocks&#x2F;playground" rel="nofollow">https:&#x2F;&#x2F;www.ripl.rocks&#x2F;playground</a><p>The core library is quite stable and I&#x27;ll likely publish v1 in the coming weeks. The charts, 3D, and Terminal packages are still very experiemental.<p>I&#x27;d interested to hear what you all think of it.

Found: March 19, 2026 ID: 3839

[Testing] Bombadil: Property-based testing for web UIs by Antithesis

Found: March 19, 2026 ID: 3876

[Other] A sufficiently detailed spec is code

Found: March 19, 2026 ID: 3838
Previous Page 23 of 215 Next